productDescriptorCode

@get:Input
@get:Optional
abstract val productDescriptorCode: Property<String>

The plugin product code used in the JetBrains Sales System. The code must be agreed with JetBrains in advance and follow the requirements.

The provided value will be set as a value of the <product-descriptor code=""> element attribute.

Default value: IntelliJPlatformExtension.PluginConfiguration.ProductDescriptor.code

See also